-
Notifications
You must be signed in to change notification settings - Fork 596
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ZDTM test assorted improvements #2198
Conversation
It seems the Python import changes are breaking lot's of CI runs. |
Dropped the patch for now. |
b228735
to
c36cc46
Compare
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## criu-dev #2198 +/- ##
============================================
+ Coverage 70.49% 70.60% +0.10%
============================================
Files 132 134 +2
Lines 33509 33516 +7
============================================
+ Hits 23623 23663 +40
+ Misses 9886 9853 -33 ☔ View full report in Codecov by Sentry. |
1e19797
to
8f7a139
Compare
91348da
to
792e3b0
Compare
fe23dd1
to
571cb01
Compare
c068566
to
cbd48bc
Compare
9d1d2e9
to
925cbc4
Compare
c1718c7
to
0a68122
Compare
7099e75
to
9d32c51
Compare
9d32c51
to
3774c17
Compare
cgroup_ifpriomap test needs net_prio cgroup, which might not be available. Make the .checkskip script check it. Signed-off-by: Michał Mirosław <[email protected]>
This series contains a mostly-independent patches that improve test debuggability and make running the tests easier to parallelize.